From: Richard M. Stallman Date: Mon, 11 Apr 1994 22:40:54 +0000 (+0000) Subject: (temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92252 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=88f176a4a0a1f4a9dfe86d6c2811146b80755f30;p=emacs.git (temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS. --- diff --git a/src/Makefile.in b/src/Makefile.in index 4ed92ac9bbe..65a547c384d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -586,7 +586,7 @@ ${libsrc}make-docfile: #endif temacs: MAKE_PARALLEL $(LOCALCPP) $(SHORT) $(STARTFILES) $(OLDXMENU) ${obj} ${otherobj} OBJECTS_SYSTEM OBJECTS_MACHINE prefix-args - $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS}) ${ALL_LDFLAGS} \ + $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \ -o temacs ${STARTFILES} ${obj} ${otherobj} \ OBJECTS_SYSTEM OBJECTS_MACHINE ${LIBES}